[INFO] cloning repository https://github.com/kendas/cb-rust-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kendas/cb-rust-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkendas%2Fcb-rust-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkendas%2Fcb-rust-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8f9b726c9c38e573609ae89c4886e849d9c7a25
[INFO] testing kendas/cb-rust-demo against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkendas%2Fcb-rust-demo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kendas/cb-rust-demo
[INFO] finished tweaking git repo https://github.com/kendas/cb-rust-demo
[INFO] tweaked toml for git repo https://github.com/kendas/cb-rust-demo written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kendas/cb-rust-demo on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kendas/cb-rust-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16eb07f8dcce6840eb72503abb613815d52291657c9dfe28c694545f33418e88
[INFO] running `Command { std: "docker" "start" "-a" "16eb07f8dcce6840eb72503abb613815d52291657c9dfe28c694545f33418e88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16eb07f8dcce6840eb72503abb613815d52291657c9dfe28c694545f33418e88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16eb07f8dcce6840eb72503abb613815d52291657c9dfe28c694545f33418e88", kill_on_drop: false }`
[INFO] [stdout] 16eb07f8dcce6840eb72503abb613815d52291657c9dfe28c694545f33418e88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1d297ad2795d88c94901b3f8c67c5ececd94d64ba03e66c18889a01cb501e45
[INFO] running `Command { std: "docker" "start" "-a" "f1d297ad2795d88c94901b3f8c67c5ececd94d64ba03e66c18889a01cb501e45", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.77
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling instant v0.1.11
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling ahash v0.7.4
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling local-waker v0.1.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling tokio-util v0.6.8
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling nom v7.0.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling actix-macros v0.2.1
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling actix-rt v2.2.0
[INFO] [stderr]    Compiling actix-service v2.0.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.20
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling whoami v1.1.5
[INFO] [stderr]    Compiling minimal-lexical v0.1.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling tracing v0.1.28
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling actix-codec v0.4.0
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling firestorm v0.4.6
[INFO] [stderr]    Compiling crc v2.0.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling sqlx-rt v0.5.9
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling sqlformat v0.1.8
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.5
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling atoi v0.4.0
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.5
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling actix-router v0.5.0-beta.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.4
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling http-range v0.1.4
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling rust-ini v0.13.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling askama_escape v0.10.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling sqlx-core v0.5.9
[INFO] [stderr]    Compiling serde-hjson v0.9.1
[INFO] [stderr]    Compiling config v0.11.0
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling sqlx-macros v0.5.9
[INFO] [stderr]    Compiling sqlx v0.5.9
[INFO] [stderr]    Compiling zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.10
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.9
[INFO] [stderr]    Compiling actix-files v0.6.0-beta.7
[INFO] [stderr]    Compiling cb-rust-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/db.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct HoursRepository<'a>(&'a mut PgConnection);
[INFO] [stdout]    |            ---------------     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, sqlx-core v0.5.9, sqlx-macros v0.5.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f1d297ad2795d88c94901b3f8c67c5ececd94d64ba03e66c18889a01cb501e45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1d297ad2795d88c94901b3f8c67c5ececd94d64ba03e66c18889a01cb501e45", kill_on_drop: false }`
[INFO] [stdout] f1d297ad2795d88c94901b3f8c67c5ececd94d64ba03e66c18889a01cb501e45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d6b24fbdc266e23a5aeaf241c51701ba9804bc2d9d0692526de7eff4035a253
[INFO] running `Command { std: "docker" "start" "-a" "6d6b24fbdc266e23a5aeaf241c51701ba9804bc2d9d0692526de7eff4035a253", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/db.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct HoursRepository<'a>(&'a mut PgConnection);
[INFO] [stdout]    |            ---------------     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.5
[INFO] [stderr]    Compiling cb-rust-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/db.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct HoursRepository<'a>(&'a mut PgConnection);
[INFO] [stdout]    |            ---------------     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, sqlx-core v0.5.9, sqlx-macros v0.5.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6d6b24fbdc266e23a5aeaf241c51701ba9804bc2d9d0692526de7eff4035a253", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d6b24fbdc266e23a5aeaf241c51701ba9804bc2d9d0692526de7eff4035a253", kill_on_drop: false }`
[INFO] [stdout] 6d6b24fbdc266e23a5aeaf241c51701ba9804bc2d9d0692526de7eff4035a253
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 820536f5f3fdb413ae78ae8dabb3a6582146b2f286e743ca8191725be9451d24
[INFO] running `Command { std: "docker" "start" "-a" "820536f5f3fdb413ae78ae8dabb3a6582146b2f286e743ca8191725be9451d24", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/db.rs:10:32
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct HoursRepository<'a>(&'a mut PgConnection);
[INFO] [stderr]    |            ---------------     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cb-rust-demo` (lib) generated 1 warning
[INFO] [stderr] warning: `cb-rust-demo` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, sqlx-core v0.5.9, sqlx-macros v0.5.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cb_rust_demo-c3a18b07a22eeb8a)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test configuration::tests::get_configuration_gets_from_heroku_url ... ignored
[INFO] [stdout] test configuration::tests::set_database_vars_from_heroku_url_when_empty ... ignored
[INFO] [stdout] test configuration::tests::set_database_vars_from_heroku_url_when_exists ... ignored
[INFO] [stdout] test configuration::tests::set_database_vars_from_heroku_url_when_no_port ... ignored
[INFO] [stdout] test db::tests::by_id_db_not_empty_invalid_key ... FAILED
[INFO] [stdout] test db::tests::delete_db_not_empty_invalid_key ... FAILED
[INFO] [stdout] test db::tests::by_id_exists ... FAILED
[INFO] [stdout] test db::tests::delete_db_not_empty ... FAILED
[INFO] [stdout] test db::tests::by_id_when_db_is_empty ... FAILED
[INFO] [stdout] test db::tests::list_db_empty ... FAILED
[INFO] [stdout] test db::tests::delete_db_empty ... FAILED
[INFO] [stdout] test db::tests::list_db_not_empty ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::by_id_db_not_empty_invalid_key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::by_id_db_not_empty_invalid_key' (17) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c8eac - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:99:64
[INFO] [stdout]   24:     0x623a297de006 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d56c0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978bef5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789d8e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297df872 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297df872 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297df872 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297938bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9d7a - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e05ab - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dd13c - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf94d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a2978459d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4d40 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b6f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a29789b0e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a2978250d - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a2978250d - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a2978250d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783e8a - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793ff5 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977dc16 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a0c3 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977aa57 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977bfaf - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a5f2c - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da386 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c41dd - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cb0cc - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca8bb - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:97:5
[INFO] [stdout]   54:     0x623a297c6267 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:98:46
[INFO] [stdout]   55:     0x623a297891a6 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_db_not_empty_invalid_key::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::delete_db_not_empty_invalid_key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::delete_db_not_empty_invalid_key' (22) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c96e1 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:132:64
[INFO] [stdout]   24:     0x623a297de026 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d57f0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978bff5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789dde - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297dfa92 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297dfa92 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297dfa92 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297939bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9dca - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e05fb - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dd3eb - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf98d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a297846bd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4e70 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b7f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a29789b5e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a2978301d - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a2978301d - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a2978301d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783eaa - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a297940d5 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977df66 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a0e3 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977ab17 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977c2ef - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a612b - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da456 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c424d - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cb12c - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca96a - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:130:5
[INFO] [stdout]   54:     0x623a297c6297 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:131:47
[INFO] [stdout]   55:     0x623a297891e6 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty_invalid_key::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::by_id_exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::by_id_exists' (18) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c648c - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:87:64
[INFO] [stdout]   24:     0x623a297ddf46 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d4fa0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978b8f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789bae - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297debb2 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297debb2 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297debb2 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297932bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9b9a - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e03cb - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dc15b - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf7cd - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a29783edd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4620 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b0f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a2978992e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a2977e2ad - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a2977e2ad - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a2977e2ad - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783dca - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793ab5 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977c836 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a003 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a5d7 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977ac2f - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a536b - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297d9ea6 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c3f3d - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cae8c - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca50a - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:85:5
[INFO] [stdout]   54:     0x623a297c6147 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:86:28
[INFO] [stdout]   55:     0x623a29789026 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_exists::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::delete_db_not_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::delete_db_not_empty' (21) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c7fe1 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:119:64
[INFO] [stdout]   24:     0x623a297ddfc6 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d5460 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978bcf5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789cee - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297df432 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297df432 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297df432 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297936bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9cda - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e050b - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dcbfb - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf8cd - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a2978435d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4ae0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b4f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a29789a6e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a29780eed - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a29780eed - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a29780eed - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783e4a - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793e35 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977d576 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a083 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a8d7 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977b92f - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a5b4b - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da1e6 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c40fd - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cb00c - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca78a - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:117:5
[INFO] [stdout]   54:     0x623a297c6207 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:118:35
[INFO] [stdout]   55:     0x623a29789126 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_not_empty::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::by_id_when_db_is_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::by_id_when_db_is_empty' (19) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c8954 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:78:64
[INFO] [stdout]   24:     0x623a297ddfe6 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d5590 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978bdf5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789d3e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297df652 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297df652 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297df652 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297937bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9d2a - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e055b - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dce9c - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf90d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a2978447d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4c10 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b5f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a29789abe - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a297819fd - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a297819fd - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a297819fd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783e6a - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793f15 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977d8c6 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a0a3 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a997 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977bc6f - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a5d3c - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da2b6 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c416d - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cb06c - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca81b - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:76:5
[INFO] [stdout]   54:     0x623a297c6237 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:77:38
[INFO] [stdout]   55:     0x623a29789166 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::by_id_when_db_is_empty::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::list_db_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::list_db_empty' (23) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c6db4 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:148:64
[INFO] [stdout]   24:     0x623a297ddf66 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d50d0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978b9f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789bfe - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297dedd2 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297dedd2 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297dedd2 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297933bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9bea - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e041b - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dc3fc - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf80d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a29783ffd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4750 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b1f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a2978997e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a2977edbd - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a2977edbd - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a2977edbd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783dea - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793b95 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977cb86 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a023 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a697 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977af6f - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a555c - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297d9f76 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c3fad - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297caeec - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca59b - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:146:5
[INFO] [stdout]   54:     0x623a297c6177 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:147:29
[INFO] [stdout]   55:     0x623a29789066 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_empty::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::delete_db_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::delete_db_empty' (20) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c7254 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:110:64
[INFO] [stdout]   24:     0x623a297ddf86 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d5200 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978baf5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789c4e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297deff2 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297deff2 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297deff2 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297934bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9c3a - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e046b - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dc69c - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf84d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a2978411d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d4880 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b2f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a297899ce - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a2977f8cd - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a2977f8cd - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a2977f8cd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783e0a - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793c75 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977ced6 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a043 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a757 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977b2af - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a574c - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da046 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c401d - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297caf4c - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca63b - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:108:5
[INFO] [stdout]   54:     0x623a297c61a7 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:109:31
[INFO] [stdout]   55:     0x623a297890a6 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::delete_db_empty::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- db::tests::list_db_not_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db::tests::list_db_not_empty' (24) panicked at src/test_utils.rs:12:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x623a29e7c85a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x623a29e7c85a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x623a29e7c85a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x623a29e945aa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x623a29e945aa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x623a29e81672 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x623a29e81672 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x623a29e5a26f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x623a29e5a26f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x623a29e741a9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x623a298cfcac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x623a298cfcac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x623a29e74422 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x623a29e74422 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x623a29e5a328 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x623a29e4f129 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x623a29e5b3bd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x623a29e94d9c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x623a29e94ae2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x623a297d739b - <core[d17f6591d688f3bd]::result::Result<sqlx_core[8cebfff37f5a3dfa]::postgres::connection::PgConnection, sqlx_core[8cebfff37f5a3dfa]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x623a297d739b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::get_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:12:10
[INFO] [stdout]   22:     0x623a297c5e1b - cb_rust_demo[d0c6dcb6111c6daa]::test_utils::internal::get_db_connection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_utils.rs:29:30
[INFO] [stdout]   23:     0x623a297c768b - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:157:64
[INFO] [stdout]   24:     0x623a297ddfa6 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x623a297d5330 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x623a2978bbf5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   27:     0x623a29789c9e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   28:     0x623a297df212 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x623a297df212 - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x623a297df212 - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x623a297935bd - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::task::local::Context>>::set::<<tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x623a297d9c8a - <tokio[c0329c97e65960f5]::task::local::LocalSet>::with::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x623a297e04bb - <tokio[c0329c97e65960f5]::task::local::RunUntil<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x623a297dc94b - <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x623a297cf88d - <core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x623a2978423d - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   37:     0x623a297d49b0 - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x623a2978b3f5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::try_with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x623a29789a1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::Cell<tokio[c0329c97e65960f5]::coop::Budget>>>::with::<tokio[c0329c97e65960f5]::coop::with_budget<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x623a297803dd - tokio[c0329c97e65960f5]::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x623a297803dd - tokio[c0329c97e65960f5]::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x623a297803dd - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   43:     0x623a29783e2a - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   44:     0x623a29793d55 - <tokio[c0329c97e65960f5]::macros::scoped_tls::ScopedKey<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Context>>::set::<tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x623a2977d226 - tokio[c0329c97e65960f5]::runtime::basic_scheduler::enter::<<tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[c0329c97e65960f5]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   46:     0x623a2977a063 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::Inner<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   47:     0x623a2977a817 - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::InnerGuard<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut <tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   48:     0x623a2977b5ef - <tokio[c0329c97e65960f5]::runtime::basic_scheduler::BasicScheduler<tokio[c0329c97e65960f5]::runtime::driver::Driver>>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   49:     0x623a297a594b - <tokio[c0329c97e65960f5]::runtime::Runtime>::block_on::<<tokio[c0329c97e65960f5]::task::local::LocalSet>::run_until<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   50:     0x623a297da116 - <tokio[c0329c97e65960f5]::task::local::LocalSet>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x623a297c408d - <actix_rt[a4c97598f8377189]::runtime::Runtime>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x623a297cafac - <actix_rt[a4c97598f8377189]::system::SystemRunner>::block_on::<cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x623a297ca6ea - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:155:5
[INFO] [stdout]   54:     0x623a297c61d7 - cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:156:33
[INFO] [stdout]   55:     0x623a297890e6 - <cb_rust_demo[d0c6dcb6111c6daa]::db::tests::list_db_not_empty::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x623a298c2f8b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x623a298c2f8b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x623a298d077b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x623a298d077b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x623a298d077b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x623a298d077b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x623a298c9e94 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x623a298c9e94 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x623a298d3382 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x623a298d3382 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x623a298d3382 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x623a298d3382 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x623a298d3382 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x623a29e7ba8f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x623a29e7ba8f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x756ac17a3aa4 - <unknown>
[INFO] [stdout]   77:     0x756ac1830a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     db::tests::by_id_db_not_empty_invalid_key
[INFO] [stdout]     db::tests::by_id_exists
[INFO] [stdout]     db::tests::by_id_when_db_is_empty
[INFO] [stdout]     db::tests::delete_db_empty
[INFO] [stdout]     db::tests::delete_db_not_empty
[INFO] [stdout]     db::tests::delete_db_not_empty_invalid_key
[INFO] [stdout]     db::tests::list_db_empty
[INFO] [stdout]     db::tests::list_db_not_empty
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "820536f5f3fdb413ae78ae8dabb3a6582146b2f286e743ca8191725be9451d24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "820536f5f3fdb413ae78ae8dabb3a6582146b2f286e743ca8191725be9451d24", kill_on_drop: false }`
[INFO] [stdout] 820536f5f3fdb413ae78ae8dabb3a6582146b2f286e743ca8191725be9451d24
